home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!news
- From: jlilley@ix.netcom.com (John Lilley)
- Newsgroups: comp.lang.c++
- Subject: Re: Need help making a DLL
- Date: 3 Apr 1996 01:36:29 GMT
- Organization: Netcom
- Message-ID: <4jskmt$kh0@dfw-ixnews5.ix.netcom.com>
- References: <4jnp0s$d7p@newsbf02.news.aol.com>
- NNTP-Posting-Host: den-co15-13.ix.netcom.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-NETCOM-Date: Tue Apr 02 7:36:29 PM CST 1996
- X-Newsreader: WinVN 0.99.7
-
- In article <4jnp0s$d7p@newsbf02.news.aol.com>, errdogg@aol.com says...
- >
- >I need a little hand making a DLL. I have some C++ functions that I want
- >to incorporate into VB, but I'm having trouble making the DLL. I have
- >Borland C++ 4.0. I thought all I needed to do was somthign like
- >
- >int _export far pascal function (int arg1)
- >{
- > function
- >}
- >
- >I thought the compiler would then know I wanted a DLL, but I select
- >project, make, and it trys to build an EXE. Thanks for your time.
-
- When you create the borland project, select "Windows DLL" as the
- target type.
-
- john lilley
-
-